home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
22
/
4
/
DISK2247.ZIP
/
CBASE101.ZIP
/
CBASE.ZIP
/
CBRECSIZ.C
< prev
next >
Wrap
Text File
|
1990-06-21
|
638b
|
23 lines
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbrecsiz.c 1.4 - 90/06/20" */
/*man---------------------------------------------------------------------------
NAME
cbrecsize - cbase record size
SYNOPSIS
#include <cbase.h>
size_t cbrecsize(cbp)
cbase_t *cbp;
DESCRIPTION
cbrecsize returns the size of the records in cbase cbp. If cbp
does not point to a valid open cbase, the results are undefined.
cbrecsize is a macro.
------------------------------------------------------------------------------*/
/* cbrecsize is defined in cbase.h. */